home *** CD-ROM | disk | FTP | other *** search
- /* TestSingle.rc
- *
- * Single window application test.
- */
-
-
- /************************************************************************/
- /* */
- /* Menu Resources */
- /* */
- /************************************************************************/
-
- 128 MENU
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&Test Modal", 100
- MENUITEM "&Test Modeless", 101
- MENUITEM "&Close", 2
- MENUITEM "&Quit", 3
- END
- POPUP "&Edit"
- BEGIN
- MENUITEM "&Undo", 4
- MENUITEM SEPARATOR
- MENUITEM "Cu&t", 5
- MENUITEM "&Copy", 6
- MENUITEM "&Paste", 7
- MENUITEM "De&lete", 8
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&About TestSingle...", 1
- END
- END
-
-
- /************************************************************************/
- /* */
- /* View structure */
- /* */
- /************************************************************************/
-
- 128 VRes test_win.vres
- 129 VRes test2_win.vres
- 130 VRes test3_win.vres
-